Interact with a remote Linux server over SSH.
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|
Terminal Connection | integrationId | botdojo/types/integration/tool/ssh | | null | |
Home Directory | homeFolder | botdojo/types/string | Folder to start in | null | ✅ |
Truncate output fom command | truncateOutput | botdojo/types/number | If the output is too long, truncate it to this length. This helps with going over the token limit of LLMs. | 3000 | |
Command Timeout | commandTimout | botdojo/types/number | Stop waiting for a command to return after this duration in milliseconds. | 15000 | |
Output
Label | Property | Type | Description | Default Value |
---|
Tool | tool | botdojo/interface/tool | Terminal Tool | null |